return true;
}
return solrHasContent(getDocumentId(node));
}
@Override
* No highlighted text for a keyword hit, so is there any indexed text
* at all for this node?
*/
long documentID = getDocumentId(node);
if (INVALID_DOCUMENT_ID == documentID) {
return false;
}